github.com/andybalholm/brotli.bitWriter.bits (field)
7 uses
github.com/andybalholm/brotli (current package)
bitwriter.go#L15: bits uint64
bitwriter.go#L20: w.bits |= b << w.nbits
bitwriter.go#L23: bits := w.bits
bitwriter.go#L24: w.bits >>= 32
bitwriter.go#L46: dst = append(dst, byte(w.bits))
bitwriter.go#L47: w.bits >>= 8
bitwriter.go#L54: w.bits = 0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |